home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TDXBARCUSTOMIZINGFORM / TDXBARCUSTOMIZINGFORM.txt
Text File  |  2004-05-31  |  23KB  |  828 lines

  1. object dxBarCustomizingForm: TdxBarCustomizingForm
  2.   Left = 326
  3.   Top = 151
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Customize'
  7.   ClientHeight = 310
  8.   ClientWidth = 366
  9.   Color = clBtnFace
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 274
  21.     Width = 366
  22.     Height = 36
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     TabOrder = 1
  26.     object BClose: TButton
  27.       Left = 285
  28.       Top = 8
  29.       Width = 75
  30.       Height = 23
  31.       Cancel = True
  32.       Caption = 'Close'
  33.       Default = True
  34.       ModalResult = 1
  35.       TabOrder = 1
  36.       OnClick = BCloseClick
  37.     end
  38.     object BHelp: TBitBtn
  39.       Left = 6
  40.       Top = 8
  41.       Width = 24
  42.       Height = 23
  43.       TabOrder = 0
  44.       OnClick = BHelpClick
  45.       Style = bsNew
  46.     end
  47.   end
  48.   object PageControl: TPageControl
  49.     Left = 6
  50.     Top = 8
  51.     Width = 354
  52.     Height = 266
  53.     ActivePage = TabSheet1
  54.     Align = alClient
  55.     TabOrder = 0
  56.     OnChange = PageControlChange
  57.     object TabSheet1: TTabSheet
  58.       Caption = ' Toolbars '
  59.       object LabelToobars: TLabel
  60.         Left = 4
  61.         Top = 4
  62.         Width = 44
  63.         Height = 13
  64.         Caption = 'Toolb&ars:'
  65.       end
  66.       object BBarDelete: TButton
  67.         Left = 239
  68.         Top = 79
  69.         Width = 104
  70.         Height = 22
  71.         Caption = '&Delete'
  72.         TabOrder = 3
  73.         OnClick = BBarDeleteClick
  74.       end
  75.       object BBarNew: TButton
  76.         Left = 239
  77.         Top = 21
  78.         Width = 104
  79.         Height = 22
  80.         Caption = '&New...'
  81.         TabOrder = 1
  82.         OnClick = BBarNewClick
  83.       end
  84.       object BBarRename: TButton
  85.         Left = 239
  86.         Top = 50
  87.         Width = 104
  88.         Height = 22
  89.         Caption = 'R&ename...'
  90.         TabOrder = 2
  91.         OnClick = BBarRenameClick
  92.       end
  93.       object BarsListBoxPlace: TListBox
  94.         Left = 4
  95.         Top = 20
  96.         Width = 227
  97.         Height = 213
  98.         ItemHeight = 13
  99.         TabOrder = 0
  100.       end
  101.       object BBarReset: TButton
  102.         Left = 239
  103.         Top = 108
  104.         Width = 104
  105.         Height = 22
  106.         Caption = '&Reset...'
  107.         TabOrder = 4
  108.         OnClick = BBarResetClick
  109.       end
  110.     end
  111.     object TabSheet2: TTabSheet
  112.       Caption = ' Commands '
  113.       object Panel6: TPanel
  114.         Left = 0
  115.         Top = 0
  116.         Width = 346
  117.         Height = 25
  118.         Align = alTop
  119.         BevelOuter = bvNone
  120.         TabOrder = 0
  121.         object LabelCategories: TLabel
  122.           Left = 6
  123.           Top = 8
  124.           Width = 53
  125.           Height = 13
  126.           Caption = 'Cate&gories:'
  127.           FocusControl = LCategories
  128.         end
  129.         object LabelCommands: TLabel
  130.           Left = 148
  131.           Top = 8
  132.           Width = 55
  133.           Height = 13
  134.           Caption = 'Comman&ds:'
  135.         end
  136.         object CategoriesPopupButtonPlace: TSpeedButton
  137.           Left = 65
  138.           Top = 6
  139.           Width = 75
  140.           Height = 17
  141.         end
  142.         object CommandsPopupButtonPlace: TSpeedButton
  143.           Left = 207
  144.           Top = 6
  145.           Width = 134
  146.           Height = 17
  147.         end
  148.       end
  149.       object Panel7: TPanel
  150.         Left = 5
  151.         Top = 25
  152.         Width = 336
  153.         Height = 213
  154.         Align = alClient
  155.         BevelOuter = bvNone
  156.         Caption = 'Panel7'
  157.         TabOrder = 1
  158.         object LCategories: TListBox
  159.           Left = 0
  160.           Top = 0
  161.           Width = 135
  162.           Height = 147
  163.           Align = alLeft
  164.           ItemHeight = 13
  165.           TabOrder = 0
  166.           OnClick = LCategoriesClick
  167.           OnDragOver = LCategoriesDragOver
  168.           OnEndDrag = LCategoriesEndDrag
  169.           OnKeyDown = LCategoriesKeyDown
  170.           OnMouseDown = LCategoriesMouseDown
  171.         end
  172.         object LCommandsPlace: TListBox
  173.           Left = 142
  174.           Top = 0
  175.           Width = 194
  176.           Height = 147
  177.           Style = lbOwnerDrawVariable
  178.           Align = alRight
  179.           Color = clBtnFace
  180.           DragMode = dmAutomatic
  181.           ItemHeight = 22
  182.           TabOrder = 1
  183.           OnClick = LCommandsClick
  184.         end
  185.         object Panel9: TPanel
  186.           Left = 0
  187.           Top = 147
  188.           Width = 336
  189.           Height = 66
  190.           Align = alBottom
  191.           BevelOuter = bvNone
  192.           TabOrder = 2
  193.           object DescriptionLabel: TLabel
  194.             Left = 0
  195.             Top = 20
  196.             Width = 335
  197.             Height = 40
  198.             AutoSize = False
  199.             WordWrap = True
  200.           end
  201.           object Bevel1: TBevel
  202.             Left = 0
  203.             Top = 10
  204.             Width = 337
  205.             Height = 5
  206.             Shape = bsTopLine
  207.           end
  208.           object LabelDescription: TLabel
  209.             Left = 0
  210.             Top = 4
  211.             Width = 59
  212.             Height = 13
  213.             Caption = 'Description  '
  214.           end
  215.         end
  216.       end
  217.       object Panel5: TPanel
  218.         Left = 0
  219.         Top = 25
  220.         Width = 5
  221.         Height = 213
  222.         Align = alLeft
  223.         BevelOuter = bvNone
  224.         TabOrder = 2
  225.       end
  226.       object Panel8: TPanel
  227.         Left = 341
  228.         Top = 25
  229.         Width = 5
  230.         Height = 213
  231.         Align = alRight
  232.         BevelOuter = bvNone
  233.         TabOrder = 3
  234.       end
  235.     end
  236.     object TabSheet3: TTabSheet
  237.       Caption = ' Options '
  238.       object StandardOptionsPanel: TPanel
  239.         Left = 0
  240.         Top = 0
  241.         Width = 346
  242.         Height = 238
  243.         Align = alClient
  244.         BevelOuter = bvNone
  245.         TabOrder = 0
  246.         object LabelMenuAnimations: TLabel
  247.           Left = 24
  248.           Top = 152
  249.           Width = 83
  250.           Height = 13
  251.           Caption = '&Menu animations:'
  252.           FocusControl = ComboBoxMenuAnimations
  253.         end
  254.         object ComboBoxMenuAnimations: TComboBox
  255.           Left = 134
  256.           Top = 148
  257.           Width = 93
  258.           Height = 21
  259.           Style = csDropDownList
  260.           ItemHeight = 13
  261.           TabOrder = 3
  262.           OnClick = ComboBoxMenuAnimationsClick
  263.           Items.Strings = (
  264.             '(None)'
  265.             'Random'
  266.             'Unfold'
  267.             'Slide')
  268.         end
  269.         object CBHint1: TCheckBox
  270.           Left = 24
  271.           Top = 63
  272.           Width = 301
  273.           Height = 17
  274.           Caption = 'Show Tool&Tips on toolbars'
  275.           TabOrder = 1
  276.           OnClick = CBHint1Click
  277.         end
  278.         object CBHint2: TCheckBox
  279.           Left = 24
  280.           Top = 85
  281.           Width = 301
  282.           Height = 17
  283.           Caption = 'Show s&hortcut keys in ToolTips'
  284.           TabOrder = 2
  285.           OnClick = CBHint2Click
  286.         end
  287.         object CBLargeIcons: TCheckBox
  288.           Left = 24
  289.           Top = 38
  290.           Width = 301
  291.           Height = 17
  292.           Caption = '&Large icons'
  293.           TabOrder = 0
  294.           OnClick = CBLargeIconsClick
  295.         end
  296.       end
  297.       object EnhancedOptionsPanel: TPanel
  298.         Left = 0
  299.         Top = 0
  300.         Width = 346
  301.         Height = 238
  302.         Align = alClient
  303.         BevelOuter = bvNone
  304.         TabOrder = 1
  305.         object Label1: TLabel
  306.           Left = 20
  307.           Top = 200
  308.           Width = 83
  309.           Height = 13
  310.           Caption = '&Menu animations:'
  311.           FocusControl = ComboBoxMenuAnimationsEx
  312.         end
  313.         object Bevel2: TBevel
  314.           Left = 12
  315.           Top = 122
  316.           Width = 317
  317.           Height = 9
  318.           Shape = bsTopLine
  319.         end
  320.         object Label2: TLabel
  321.           Left = 12
  322.           Top = 116
  323.           Width = 32
  324.           Height = 13
  325.           Caption = 'Other  '
  326.         end
  327.         object Bevel3: TBevel
  328.           Left = 12
  329.           Top = 18
  330.           Width = 317
  331.           Height = 7
  332.           Shape = bsTopLine
  333.         end
  334.         object Label3: TLabel
  335.           Left = 12
  336.           Top = 12
  337.           Width = 166
  338.           Height = 13
  339.           Caption = 'Personalized Menus and Toolbars  '
  340.         end
  341.         object ComboBoxMenuAnimationsEx: TComboBox
  342.           Left = 132
  343.           Top = 196
  344.           Width = 93
  345.           Height = 21
  346.           Style = csDropDownList
  347.           ItemHeight = 13
  348.           TabOrder = 6
  349.           OnClick = ComboBoxMenuAnimationsClick
  350.           Items.Strings = (
  351.             '(None)'
  352.             'Random'
  353.             'Unfold'
  354.             'Slide')
  355.         end
  356.         object CBHint1Ex: TCheckBox
  357.           Left = 20
  358.           Top = 152
  359.           Width = 309
  360.           Height = 17
  361.           Caption = 'Show Tool&Tips on toolbars'
  362.           TabOrder = 4
  363.           OnClick = CBHint1ExClick
  364.         end
  365.         object CBHint2Ex: TCheckBox
  366.           Left = 36
  367.           Top = 172
  368.           Width = 293
  369.           Height = 17
  370.           Caption = 'Show s&hortcut keys in ToolTips'
  371.           TabOrder = 5
  372.           OnClick = CBHint2Click
  373.         end
  374.         object CBLargeIconsEx: TCheckBox
  375.           Left = 20
  376.           Top = 132
  377.           Width = 309
  378.           Height = 17
  379.           Caption = '&Large icons'
  380.           TabOrder = 3
  381.           OnClick = CBLargeIconsClick
  382.         end
  383.         object CBMenusShowRecentItemsFirst: TCheckBox
  384.           Left = 20
  385.           Top = 32
  386.           Width = 309
  387.           Height = 17
  388.           Caption = 'Me&nus show recently used commands first'
  389.           TabOrder = 0
  390.           OnClick = CBMenusShowRecentItemsFirstClick
  391.         end
  392.         object CBShowFullMenusAfterDelay: TCheckBox
  393.           Left = 36
  394.           Top = 52
  395.           Width = 293
  396.           Height = 17
  397.           Caption = 'Show f&ull menus after a short delay'
  398.           TabOrder = 1
  399.           OnClick = CBShowFullMenusAfterDelayClick
  400.         end
  401.         object BResetUsageData: TButton
  402.           Left = 20
  403.           Top = 76
  404.           Width = 119
  405.           Height = 22
  406.           Caption = '&Reset my usage data'
  407.           TabOrder = 2
  408.           OnClick = BResetUsageDataClick
  409.         end
  410.       end
  411.     end
  412.     object TabSheet4: TTabSheet
  413.       Caption = ' All commands '
  414.       object LAllCommands: TListBox
  415.         Left = 6
  416.         Top = 8
  417.         Width = 333
  418.         Height = 200
  419.         Style = lbOwnerDrawFixed
  420.         ItemHeight = 16
  421.         TabOrder = 0
  422.         OnClick = LAllCommandsClick
  423.         OnDrawItem = LAllCommandsDrawItem
  424.       end
  425.       object CBShowCommandsWithShortCut: TCheckBox
  426.         Left = 6
  427.         Top = 216
  428.         Width = 333
  429.         Height = 17
  430.         Caption = 'Show commands that may have a shortcut'
  431.         Checked = True
  432.         State = cbChecked
  433.         TabOrder = 1
  434.         OnClick = CBShowCommandsWithShortCutClick
  435.       end
  436.     end
  437.     object TabSheet5: TTabSheet
  438.       Caption = 'Groups'
  439.       object btnMoveUp: TSpeedButton
  440.         Left = 147
  441.         Top = 76
  442.         Width = 29
  443.         Height = 25
  444.         Glyph.Data = {
  445.           F6000000424DF600000000000000760000002800000010000000100000000100
  446.           0400000000008000000000000000000000001000000000000000000000000000
  447.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  448.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  449.           8888888888888888888888888888888888888888800000888888888880666088
  450.           8888888880666088888888888066608888888800006660000888888066666660
  451.           8888888806666608888888888066608888888888880608888888888888808888
  452.           8888888888888888888888888888888888888888888888888888}
  453.         OnClick = btnMoveUpClick
  454.       end
  455.       object btnMoveDown: TSpeedButton
  456.         Left = 147
  457.         Top = 108
  458.         Width = 29
  459.         Height = 25
  460.         Glyph.Data = {
  461.           F6000000424DF600000000000000760000002800000010000000100000000100
  462.           0400000000008000000000000000000000001000000000000000000000000000
  463.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  464.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  465.           8888888888888888888888888888888888888888888088888888888888060888
  466.           8888888880666088888888880666660888888880666666608888880000666000
  467.           0888888880666088888888888066608888888888806660888888888880000088
  468.           8888888888888888888888888888888888888888888888888888}
  469.         OnClick = btnMoveDownClick
  470.       end
  471.       object GroupBox1: TGroupBox
  472.         Left = 4
  473.         Top = 4
  474.         Width = 140
  475.         Height = 229
  476.         Caption = ' Groups '
  477.         TabOrder = 0
  478.         object lbGroups: TListBox
  479.           Left = 7
  480.           Top = 16
  481.           Width = 125
  482.           Height = 177
  483.           Style = lbOwnerDrawVariable
  484.           ItemHeight = 13
  485.           TabOrder = 0
  486.           OnClick = lbGroupsClick
  487.           OnDrawItem = lbGroupsDrawItem
  488.           OnEnter = lbGroupsEnter
  489.           OnKeyDown = lbGroupsKeyDown
  490.           OnMeasureItem = lbGroupsMeasureItem
  491.         end
  492.         object btnGroupAdd: TButton
  493.           Left = 7
  494.           Top = 199
  495.           Width = 61
  496.           Height = 23
  497.           Caption = 'Add'
  498.           TabOrder = 1
  499.           OnClick = btnGroupAddClick
  500.         end
  501.         object btnGroupDelete: TButton
  502.           Left = 71
  503.           Top = 199
  504.           Width = 61
  505.           Height = 23
  506.           Caption = 'Delete'
  507.           TabOrder = 2
  508.           OnClick = btnGroupDeleteClick
  509.         end
  510.       end
  511.       object GroupBox2: TGroupBox
  512.         Left = 179
  513.         Top = 4
  514.         Width = 162
  515.         Height = 229
  516.         Caption = ' Items '
  517.         TabOrder = 1
  518.         object lbGroupItems: TListBox
  519.           Left = 8
  520.           Top = 16
  521.           Width = 146
  522.           Height = 177
  523.           Style = lbOwnerDrawVariable
  524.           ItemHeight = 13
  525.           MultiSelect = True
  526.           TabOrder = 0
  527.           OnClick = lbGroupItemsClick
  528.           OnDrawItem = lbGroupItemsDrawItem
  529.           OnEnter = lbGroupItemsEnter
  530.           OnKeyDown = lbGroupItemsKeyDown
  531.           OnMeasureItem = lbGroupsMeasureItem
  532.         end
  533.         object btnGroupItemAdd: TButton
  534.           Left = 20
  535.           Top = 199
  536.           Width = 61
  537.           Height = 23
  538.           Caption = '&Add...'
  539.           TabOrder = 1
  540.           OnClick = btnGroupItemAddClick
  541.         end
  542.         object btnGroupItemDelete: TButton
  543.           Left = 85
  544.           Top = 199
  545.           Width = 57
  546.           Height = 23
  547.           Caption = 'Delete'
  548.           TabOrder = 2
  549.           OnClick = btnGroupItemDeleteClick
  550.         end
  551.       end
  552.     end
  553.   end
  554.   object Panel2: TPanel
  555.     Left = 0
  556.     Top = 8
  557.     Width = 6
  558.     Height = 266
  559.     Align = alLeft
  560.     BevelOuter = bvNone
  561.     TabOrder = 2
  562.   end
  563.   object Panel3: TPanel
  564.     Left = 360
  565.     Top = 8
  566.     Width = 6
  567.     Height = 266
  568.     Align = alRight
  569.     BevelOuter = bvNone
  570.     TabOrder = 3
  571.   end
  572.   object Panel4: TPanel
  573.     Left = 0
  574.     Top = 0
  575.     Width = 366
  576.     Height = 8
  577.     Align = alTop
  578.     BevelOuter = bvNone
  579.     TabOrder = 4
  580.   end
  581.   object BarManager1: TdxBarManager
  582.     Font.Color = clWindowText
  583.     Font.Height = -11
  584.     Font.Name = 'MS Sans Serif'
  585.     Font.Style = []
  586.     Bars = <>
  587.     Categories.Strings = (
  588.       'Categories'
  589.       'Commands')
  590.     Categories.ItemsVisibles = (
  591.       2
  592.       2)
  593.     Categories.Visibles = (
  594.       True
  595.       True)
  596.     PopupMenuLinks = <>
  597.     StretchGlyphs = False
  598.     UseSystemFont = False
  599.     Left = 170
  600.     Top = 278
  601.     DockControlHeights = (
  602.       0
  603.       0
  604.       0
  605.       0)
  606.     object CategoriesAdd: TdxBarButton
  607.       Caption = 'Add...'
  608.       Category = 0
  609.       Hint = 'Add'
  610.       Visible = ivAlways
  611.       Glyph.Data = {
  612.         F6000000424DF600000000000000760000002800000010000000100000000100
  613.         0400000000008000000000000000000000001000000000000000000000000000
  614.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  615.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  616.         888888888888888888888800000000000888880FFFFFFFFF0888880FFFFFFFFF
  617.         0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF
  618.         0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFF0000888880FFFFFF0F0
  619.         8888880FFFFFF008888888000000008888888888888888888888}
  620.       OnClick = CategoriesAddClick
  621.     end
  622.     object CategoriesInsert: TdxBarButton
  623.       Caption = 'Insert...'
  624.       Category = 0
  625.       Hint = 'Insert'
  626.       Visible = ivAlways
  627.       ShortCut = 45
  628.       OnClick = CategoriesInsertClick
  629.     end
  630.     object CategoriesRename: TdxBarButton
  631.       Caption = 'Rename...'
  632.       Category = 0
  633.       Hint = 'Rename'
  634.       Visible = ivAlways
  635.       OnClick = CategoriesRenameClick
  636.     end
  637.     object CategoriesVisible: TdxBarButton
  638.       Caption = 'Visible'
  639.       Category = 0
  640.       Hint = 'Visible'
  641.       Visible = ivAlways
  642.       ButtonStyle = bsChecked
  643.       OnClick = CategoriesVisibleClick
  644.     end
  645.     object CommandsAdd: TdxBarButton
  646.       Caption = 'Add...'
  647.       Category = 1
  648.       Hint = 'Add'
  649.       Visible = ivAlways
  650.       Glyph.Data = {
  651.         F6000000424DF600000000000000760000002800000010000000100000000100
  652.         0400000000008000000000000000000000001000000000000000000000000000
  653.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  654.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  655.         888888888888888888888800000000000888880FFFFFFFFF0888880FFFFFFFFF
  656.         0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF
  657.         0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFF0000888880FFFFFF0F0
  658.         8888880FFFFFF008888888000000008888888888888888888888}
  659.       ShortCut = 45
  660.       OnClick = CommandsAddClick
  661.     end
  662.     object CommandsDelete: TdxBarButton
  663.       Caption = 'Delete'
  664.       Category = 1
  665.       Hint = 'Delete'
  666.       Visible = ivAlways
  667.       Glyph.Data = {
  668.         EE000000424DEE000000000000007600000028000000100000000F0000000100
  669.         0400000000007800000000000000000000001000000000000000000000000000
  670.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  671.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  672.         888888888888888880F88880F8888888888888000F8888880F8888000F888880
  673.         F888888000F88800F8888888000F800F88888888800000F88888888888000F88
  674.         88888888800000F888888888000F80F88888880000F88800F88880000F888880
  675.         0F88800F8888888800F88888888888888888}
  676.       ShortCut = 46
  677.       OnClick = CommandsDeleteClick
  678.     end
  679.     object CommandsClear: TdxBarButton
  680.       Caption = 'Clear'
  681.       Category = 1
  682.       Hint = 'Clear'
  683.       Visible = ivAlways
  684.       OnClick = CommandsClearClick
  685.     end
  686.     object CommandsMoveUp: TdxBarButton
  687.       Caption = 'Move Up'
  688.       Category = 1
  689.       Hint = 'Move Up'
  690.       Visible = ivAlways
  691.       Glyph.Data = {
  692.         F6000000424DF600000000000000760000002800000010000000100000000100
  693.         0400000000008000000000000000000000001000000000000000000000000000
  694.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  695.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  696.         8888888888888888888888888888888888888888800000888888888880666088
  697.         8888888880666088888888888066608888888800006660000888888066666660
  698.         8888888806666608888888888066608888888888880608888888888888808888
  699.         8888888888888888888888888888888888888888888888888888}
  700.       ShortCut = 16422
  701.       OnClick = CommandsMoveUpClick
  702.     end
  703.     object CommandsMoveDown: TdxBarButton
  704.       Caption = 'Move Down'
  705.       Category = 1
  706.       Hint = 'Move Down'
  707.       Visible = ivAlways
  708.       Glyph.Data = {
  709.         F6000000424DF600000000000000760000002800000010000000100000000100
  710.         0400000000008000000000000000000000001000000000000000000000000000
  711.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  712.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  713.         8888888888888888888888888888888888888888888088888888888888060888
  714.         8888888880666088888888880666660888888880666666608888880000666000
  715.         0888888880666088888888888066608888888888806660888888888880000088
  716.         8888888888888888888888888888888888888888888888888888}
  717.       ShortCut = 16424
  718.       OnClick = CommandsMoveDownClick
  719.     end
  720.     object CommandsSubMenuEditor: TdxBarButton
  721.       Caption = 'SubMenu Editor...'
  722.       Category = 1
  723.       Hint = 'SubMenu Editor'
  724.       Visible = ivAlways
  725.       OnClick = CommandsSubMenuEditorClick
  726.     end
  727.     object CategoriesItemsVisible: TdxBarCombo
  728.       Caption = 'Items Visible:'
  729.       Category = 0
  730.       Hint = 'Items Visible:'
  731.       Visible = ivAlways
  732.       OnChange = CategoriesItemsVisibleChange
  733.       Width = 100
  734.       ShowEditor = False
  735.       Items.Strings = (
  736.         'Never'
  737.         'InCustomizing'
  738.         'Always')
  739.       ItemIndex = -1
  740.     end
  741.     object CategoriesDelete: TdxBarButton
  742.       Caption = 'Delete'
  743.       Category = 0
  744.       Hint = 'Delete'
  745.       Visible = ivAlways
  746.       Glyph.Data = {
  747.         EE000000424DEE000000000000007600000028000000100000000F0000000100
  748.         0400000000007800000000000000000000001000000000000000000000000000
  749.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  750.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  751.         888888888888888880F88880F8888888888888000F8888880F8888000F888880
  752.         F888888000F88800F8888888000F800F88888888800000F88888888888000F88
  753.         88888888800000F888888888000F80F88888880000F88800F88880000F888880
  754.         0F88800F8888888800F88888888888888888}
  755.       ShortCut = 46
  756.       OnClick = CategoriesDeleteClick
  757.     end
  758.   end
  759.   object CategoriesPopupMenu: TdxBarPopupMenu
  760.     BarManager = BarManager1
  761.     ItemLinks = <
  762.       item
  763.         Item = CategoriesAdd
  764.         Visible = True
  765.       end
  766.       item
  767.         Item = CategoriesInsert
  768.         Visible = True
  769.       end
  770.       item
  771.         Item = CategoriesRename
  772.         Visible = True
  773.       end
  774.       item
  775.         BeginGroup = True
  776.         Item = CategoriesVisible
  777.         Visible = True
  778.       end
  779.       item
  780.         Item = CategoriesItemsVisible
  781.         Visible = True
  782.       end
  783.       item
  784.         BeginGroup = True
  785.         Item = CategoriesDelete
  786.         Visible = True
  787.       end>
  788.     UseOwnFont = False
  789.     OnPopup = CategoriesPopupMenuPopup
  790.     Left = 204
  791.     Top = 278
  792.   end
  793.   object CommandsPopupMenu: TdxBarPopupMenu
  794.     BarManager = BarManager1
  795.     ItemLinks = <
  796.       item
  797.         Item = CommandsAdd
  798.         Visible = True
  799.       end
  800.       item
  801.         Item = CommandsDelete
  802.         Visible = True
  803.       end
  804.       item
  805.         Item = CommandsClear
  806.         Visible = True
  807.       end
  808.       item
  809.         BeginGroup = True
  810.         Item = CommandsMoveUp
  811.         Visible = True
  812.       end
  813.       item
  814.         Item = CommandsMoveDown
  815.         Visible = True
  816.       end
  817.       item
  818.         BeginGroup = True
  819.         Item = CommandsSubMenuEditor
  820.         Visible = True
  821.       end>
  822.     UseOwnFont = False
  823.     OnPopup = CommandsPopupMenuPopup
  824.     Left = 236
  825.     Top = 278
  826.   end
  827. end
  828.